home *** CD-ROM | disk | FTP | other *** search
- head 1.3;
- branch ;
- access ;
- symbols ;
- locks ; strict;
- comment @# @;
-
-
- 1.3
- date 89.06.15.22.44.03; author douglis; state Exp;
- branches ;
- next 1.2;
-
- 1.2
- date 88.07.14.17.38.28; author mendel; state Exp;
- branches ;
- next 1.1;
-
- 1.1
- date 88.06.19.14.30.06; author ouster; state Exp;
- branches ;
- next ;
-
-
- desc
- @@
-
-
- 1.3
- log
- @changed Sig_Pause to Sig_RawPause, since now there's a library routine
- in case migration occurs.
- @
- text
- @/*
- *
- * sigStubs.s --
- *
- * Stubs for the Sig_ system calls.
- *
- * Copyright 1986, 1988 Regents of the University of California
- * Permission to use, copy, modify, and distribute this
- * software and its documentation for any purpose and without
- * fee is hereby granted, provided that the above copyright
- * notice appear in all copies. The University of California
- * makes no representations about the suitability of this
- * software for any purpose. It is provided "as is" without
- * express or implied warranty.
- *
- * rcs = $Header: /sprite/src/lib/c/syscall/sun3.md/RCS/sigStubs.s,v 1.2 88/07/14 17:38:28 mendel Exp Locker: douglis $ SPRITE (Berkeley)
- *
- */
- #include "userSysCallInt.h"
-
- SYS_CALL(Sig_RawPause, SYS_SIG_PAUSE)
- SYS_CALL(Sig_Send, SYS_SIG_SEND)
- SYS_CALL(Sig_SetAction, SYS_SIG_SETACTION)
- SYS_CALL(Sig_SetHoldMask, SYS_SIG_SETHOLDMASK)
- @
-
-
- 1.2
- log
- @Changed comment characters from |* to /* */.
- @
- text
- @d16 1
- a16 1
- * rcs = $Header: sigStubs.s,v 1.1 88/06/19 14:30:06 ouster Exp $ SPRITE (Berkeley)
- d21 1
- a21 1
- SYS_CALL(Sig_Pause, SYS_SIG_PAUSE)
- @
-
-
- 1.1
- log
- @Initial revision
- @
- text
- @d1 18
- a18 17
- |*
- |* sigStubs.s --
- |*
- |* Stubs for the Sig_ system calls.
- |*
- |* Copyright 1986, 1988 Regents of the University of California
- |* Permission to use, copy, modify, and distribute this
- |* software and its documentation for any purpose and without
- |* fee is hereby granted, provided that the above copyright
- |* notice appear in all copies. The University of California
- |* makes no representations about the suitability of this
- |* software for any purpose. It is provided "as is" without
- |* express or implied warranty.
- |*
- |* rcs = $Header: sigStubs.s,v 2.0 87/08/11 09:31:12 brent Exp $ SPRITE (Berkeley)
- |*
-
- @
-